home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / sendmail-8.7_5 / sendmail.pkg / sendmail.post_install < prev    next >
Text File  |  1996-01-07  |  462b  |  17 lines

  1. #!/bin/csh
  2. # sendmail.post_install
  3. #
  4. # Copyright 1995-1996 Robert La Ferla, OPENSTEP/NEXTSTEP consultant.
  5. #
  6. chown root.kmem /usr/lib/sendmail
  7. chmod 6555 /usr/lib/sendmail
  8. rm -f /usr/bin/newaliases /usr/bin/mailq
  9. rm -f /usr/ucb/newaliases /usr/ucb/mailq
  10. ln -s /usr/lib/sendmail /usr/ucb/newaliases
  11. ln -s /usr/lib/sendmail /usr/ucb/mailq
  12. cp /dev/null /etc/sendmail/sendmail.st
  13. chown root.kmem /etc/sendmail/sendmail.st
  14. chmod 644 /etc/sendmail/sendmail.st
  15.  
  16. echo OK
  17.